Open
Conversation
e51448a to
88b8f0e
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dontDisableStaticis undefinedNote: I am a bit puzzled by the postInstall script. I'm not quite sure retaining hybrid static-and-shared builds is worth the effort, especially since the installed CMake target definition only knows about the static library, so the shared library will be ignored by CMake consumers. I'd be in favor of removing it and only building shared libraries, but perhaps there's something I'm missing. The installed target file for reference:
Move xercesc to propagatedBuildInputs
libe57format refers to xercesc in its exported CMake package configuration file, which in turn means it is required by every package which has libe57format in its buildInputs (only pdal at the moment). Therefore, xercesc should be part of propagatedBuildInputs.
This also simplifies the new AliceVision PR I put together, see #496867.
Reference
In the generated package config file (
/nix/store/.../lib/cmake/E57Format/e57format-config.cmake), XercesC is required viafind_dependency.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.